likyh commented on code in PR #3916:
URL: 
https://github.com/apache/incubator-devlake/pull/3916#discussion_r1046589055


##########
config-ui/src/pages/blueprint/create/step-four/index.tsx:
##########
@@ -108,12 +111,20 @@ export const StepFour = () => {
 
   return (
     <S.Card>
-      <h2>Set Sync Frequency</h2>
-      <p style={{ margin: '10px 0' }}>{description}</p>
+      <h2>Set Sync Policy</h2>
       <Divider />
+      <div className='block'>
+          <h4>Time Filter *</h4>
+          <p>Select the data range you wish to collect. DevLake will collect 
the last six months of data by default.</p>
+          <StartFromSelector
+            date={createdDateAfter}
+            onSave={onChangeCreatedDateAfter}
+          />
+      </div>
       <div className='block'>
         <h3>Frequency</h3>
         <p>Blueprints will run recurringly based on the sync frequency.</p>
+        <p style={{ margin: '10px 0' }}>{description}</p>

Review Comment:
   
https://www.figma.com/file/Eux4Dhorxp7M0TwzOnL6Yh/Config-UI-for-V1.0?node-id=2610%3A21361
   pm say it should by left-right layout. But I don't know how to complete it, 
@mintsweet need your help.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to